reset-password.php

<h1><?=$title?> Password</h1>

<form method="POST" action="">
      <fieldset>
        <legend>
          <?=$title?> password
        </legend>
        <p>
          Please enter your email address. You will be sent a link to finish setting your new password.
        </p>
        
        <label for="email">Email:</label><br>
        <input type="email" name="email">
        <br><br>
        
      </fieldset>
      <br>
      
      <input type="submit" value="Reset Password">

</form>
<?=$lia->view('user/Links',['links'=>['login','register','help']]);?>